Filename: /text/sbasic/shared/03090408.xhp
(section: stop)
(bookmark: bm_id3153311)
Stop statement
Stop ステートメント
Stop Statement [Runtime]
Stop ステートメント [実行時](hd_id3153311.1)
Stops the execution of the Basic program.
Basic プログラムの実行を停止させます。(par_id3154142.2)
(/section: stop)
Syntax:
構文:(hd_id3153126.3)
Stop
Stop(par_id3156023.4)
Example:
例:(hd_id3156344.5)
Sub ExampleStop
Sub ExampleStop(par_id3148552.6)
Dim iVar As Single
Dim iVar As Single(par_id3153897.7)
iVar = 36
iVar = 36(par_id3153380.8)
Stop
Stop(par_id3150400.9)
Msgbox Sqr(iVar)
Msgbox Sqr(iVar)(par_id3148799.10)
end sub
end sub(par_id3151043.11)
< Prev /
Next >